cody - HTMLify profile

cody
4270 Files
632084 Views
Latest files of /cody/vishal-dcode/Drink Water
// Get all elements with class "cup-small"
const smallCups = document.querySelectorAll(".cup-small");
// Get elements with IDs "liters", "percentage", and "remained"
const liters = document.getElementById("liters");
const percentage = document.getElementById("percentage");
const remained = document.getElementById("remained");
const smallCups = document.querySelectorAll(".cup-small");
// Get elements with IDs "liters", "percentage", and "remained"
const liters = document.getElementById("liters");
const percentage = document.getElementById("percentage");
const remained = document.getElementById("remained");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {